inspector: Drop more uses of can-focus
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Mar 2020 01:05:38 +0000 (21:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:29 +0000 (17:50 -0400)
gtk/inspector/type-info.c

index 313cd0361e5d80b54fefa7ca91caae035e4603ef..d4990f1de4842a05611359533d9491a9934c77a4 100644 (file)
@@ -56,7 +56,6 @@ add_row (GtkContainer *box,
   row = g_object_new (GTK_TYPE_LIST_BOX_ROW,
                       "selectable", FALSE,
                       "activatable", FALSE,
-                      "can-focus", FALSE,
                       NULL);
 
   label = g_object_new (GTK_TYPE_LABEL,